home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / tex / ntex / bugs next >
Encoding:
Text File  |  1996-11-16  |  3.6 KB  |  91 lines

  1. NTeX Bugs in Version 2.1
  2. ========================
  3.  
  4.  
  5. NTEX V2.6, APR-21-1996
  6.  
  7.  o All (most?) scripts, InstallNTeX and ntex/scripts/* contain ``#! /bin/sh''
  8.    in the first line, thus assuming that this is bash.  It it not correct on
  9.    most none-Linux systems.  I built a small ed script that replaces this
  10.    with ``#! /usr/local/bin/bash'', but maybe a better solution is to try
  11.    to do something similar to the Tcl/Tk scripts: in the beginning of every
  12.    script, there are the following lines:
  13.  
  14.    #!/bin/sh
  15.    # the next line restarts using wish \
  16.    exec wish "$0" "$@"
  17.  
  18.    # hello --
  19.    # Simple Tk script to create a button that prints "Hello, world".
  20.    ...
  21.  o I had a problem that an original installation (from CDROM, not NTeX) was
  22.    in the $PATH, and it probably contained another version of ``kpsewhich''.
  23.    Before installing, it is important to remove (at least from the $PATH)
  24.    none-NTeX TeX elements.
  25.  o when ``configure'' created the Makefiles, it put there a line like
  26.    ``SHELL = /usr/local/bin/tcsh''  (This is the shell I use) and this
  27.    broke the Makefiles.  It better search for bash and put it instead,
  28.    regardless of the user's shell.
  29.  o The Makefiles search for lex, and in my system there is a system lex
  30.    which is incompatible with GNU flex.  I think that there should be a
  31.    remark to use GNU flex, and that configure will look for flex before it
  32.    looks for lex: GNU installation installs it under the name flex, and does
  33.    not link it to lex, so even if /usr/local/bin (our GNU repository)
  34.    contains flex, the system lex is used.
  35.  (Avner Lottem <lottem@techunix.technion.ac.il>)
  36.  
  37. NS-ITRAN V2.3, APR-16-1996
  38.  
  39.     YYTEXT_POINTER is not guessed correctly for all systems. If you
  40.     have trouble compiling ilex.c define YYTEXT_POINTER in c-auto.h
  41.     after configuring. (FL)
  42.  
  43. NX-XLATEX, NX-XTEM V2.0, FEB-21-1996
  44.  
  45.     XTem and XLaTeX crash for some LaTeX files during compilation
  46.     without message, esp. in LaTeX2.09 compatibility mode. The files
  47.     work outside the TeX shells. Memoryproblem?
  48.         (Fridger Schrempp <t00fri@HP-Cluster.desy.de>)
  49.  
  50. NX-BIBT V2.0, FEB-21-1996
  51.  
  52.     bibview complains about syntax errors after loading some bib
  53.     files, but reports "number of errors: 0".
  54.     some of the resources can't be set cleanly, even by using 'editres'.
  55.         (Fridger Schrempp <t00fri@HP-Cluster.desy.de>)
  56.  
  57. NB-XDVI V2.0, FEB-21-1996
  58.  
  59.     xdvi does not rotate, only postscript figs are rotated.
  60.         (Fridger Schrempp <t00fri@HP-Cluster.desy.de>)
  61.  
  62. NTEX V2.0, FEB-21-1996
  63.  
  64.     Add version numbers of included files for each package.
  65.         (Fridger Schrempp <t00fri@HP-Cluster.desy.de>)
  66.  
  67. NB-CM V2.0, FEB-08-1996
  68.  
  69.     Knuth font parameter files are not found, fix: remove !! from MFINPUTS
  70.     in texmf.cnf. (FL)
  71.  
  72. NTEX V2.0, JAN-31-1996
  73.  
  74.     You need the GNU tools to install NTeX! This causes some trouble on
  75.         non-Linux systems. InstallNTeX first tries to find gtar, gsed, etc.
  76.         and if these are not availabel it uses tar, sed, etc. Especially
  77.         GNU tar and GNU CPIO are necessary to install the packages. Also 
  78.     expect lots of trouble with 'cut'. This will change in a later release.
  79.  
  80. NF-WNRI V2.0, JAN-23-1996
  81.  
  82.     The font wngbt10 and is broken. The parameters cause an inconsistent 
  83.     equation in $TEXMF/fonts/wnri/source/oldeng.mf in line 39. Also 
  84.     wngbss10 is broken, it gives an inconsistent equation in oldneng.mf,
  85.     line 507. To use these fonts create it with 
  86.      mf "\mode=<metafont-mode>; mag:=<magnification>; input wngbt10"
  87.      gftopk wngbt10.<dpi>pk
  88.     and copy the pk file to $TEXMF/fonts/wnri/pk/<metafont-mode>/ and
  89.       the tfm file to $TEXMF/fonts/wnri/tfm/. If you find a way to fix
  90.     the bug let me know. (FL)
  91.